Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Dec 1, 2022
1 parent f70bbc0 commit f6b72e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -1193,10 +1193,8 @@ def fill(self, **kwds: object) -> str:

instanceEnchantTemplate = Template("$main_enchant 0 0 0 0 0 $gem1 0 0 $gem2 0 0 $gem3 0 0 $socket_bonus 0 0 $enchant_1 0 0 $enchant_2 0 0 $enchant_3 0 0 0 0 0 0 0 0 0 0 0 ")

#charactersTemplateAcore = Template("INSERT INTO `characters` (`guid`, `account`, `name`, `race`, `class`, `gender`, `level`, `money`, `position_x`, `position_y`, `position_z`, `map`, `cinematic`, `arenaPoints`, `totalHonorPoints`, `health`)
# VALUES ('$char_guid', '5', '$char_name', '$char_race', '$char_class', '$char_gender', '$char_level', '300000000', '$pos_x', '$pos_y', '$pos_z', '$start_map', '1', '5000', '75000', '100');")
charactersTemplateAcore = Template("INSERT INTO `characters` (`guid`, `account`, `name`, `race`, `class`, `gender`, `level`, `xp`, `money`, `skin`, `face`, `hairStyle`, `hairColor`, `facialStyle`, `bankSlots`, `restState`, `playerFlags`, `position_x`, `position_y`, `position_z`, `map`, `instance_id`, `instance_mode_mask`, `orientation`, `taximask`, `online`, `cinematic`, `totaltime`, `leveltime`, `logout_time`, `is_logout_resting`, `rest_bonus`, `resettalents_cost`, `resettalents_time`, `trans_x`, `trans_y`, `trans_z`, `trans_o`, `transguid`, `extra_flags`, `stable_slots`, `at_login`, `zone`, `death_expire_time`, `taxi_path`, `arenaPoints`, `totalHonorPoints`, `todayHonorPoints`, `yesterdayHonorPoints`, `totalKills`, `todayKills`, `yesterdayKills`, `chosenTitle`, `knownCurrencies`, `watchedFaction`, `drunk`, `health`, `power1`, `power2`, `power3`, `power4`, `power5`, `power6`, `power7`, `latency`, `talentGroupsCount`, `activeTalentGroup`, `exploredZones`, `equipmentCache`, `ammoId`, `knownTitles`, `actionBars`, `grantableLevels`, `order`, `creation_date`, `deleteInfos_Account`, `deleteInfos_Name`, `deleteDate`, `innTriggerId`) VALUES ('$char_guid', '5', '$char_name', '$char_race', '$char_class', '$char_gender', '$char_level', '0', '300000000', '0', '0', '0', '0', '0', '0', '0', '0', '$pos_x', '$pos_y', '$pos_z', '$start_map', '0', '0', '4.54661', '32 0 0 8 0 0 1048576 0 0 0 0 0 0 0 ', '1', '1', '109', '109', '1665606973', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '876', '0', 'NULL', '0', '0', '0', '0', '0', '0', '0', '0', '0', '4294967295', '0', '14206', '15246', '0', '0', '100', '0', '0', '0', '89', '2', '0', '0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ', '37684 3820 40680 0 37673 3810 0 0 39497 3832 40696 0 37854 3719 44202 3826 37361 2332 39500 3246 37694 0 43253 0 40682 0 37873 0 41610 3831 37360 3854 0 0 37177 0 0 0 23162 0 23162 0 23162 0 23162 0 ', '0', '0 0 0 0 0 0 ', '0', '0', 'NULL', '2022-10-12 22:34:21', 'NULL', 'NULL', 'NULL', '0');")
#"""

skillsTemplate = Template(
"""INSERT INTO `character_skills` (`guid`, `skill`, `value`, `max`) VALUES ('$char_guid', '$skill_id', '$current_skill', '$max_skill');
"""
Expand Down

0 comments on commit f6b72e7

Please sign in to comment.