Commit Graph

20121 Commits

Author SHA1 Message Date
Malcrom
d5be9b982e DB/SAI: Remove some Smartscripts for npcs already scripted in cpp 2013-12-01 01:34:40 -03:30
Vincent_Michael
1bb4cf3ab6 Core/Misc: Removed more unused eventAI stuff 2013-12-01 02:06:37 +01:00
joschiwald
b375106ed1 Scripts: prevent some runtime errors 2013-12-01 01:48:31 +01:00
Malcrom
9015fee022 DB/SAI: Move cpp script for npc_arete to SAI. 2013-11-30 21:11:03 -03:30
Vincent_Michael
59e4be69f4 Core/RBAC: Added missing changes in 6e13263c7a 2013-12-01 01:30:01 +01:00
Vincent_Michael
6e13263c7a Core/AI: Good bye, Good bye my beloved EventAI system :( 2013-12-01 01:27:08 +01:00
Malcrom
274a7894fc DB/SAI: The last EAI script is now converted to SAI. 2013-11-30 20:35:49 -03:30
Malcrom
85f868a88c DB/SAI: Fix errors in last commit. 2013-11-30 20:11:54 -03:30
Malcrom
69ae2fa3e7 DB/SAI: EAI to SAI conversions. 2013-11-30 19:04:55 -03:30
Malcrom
62799c3d46 DB/SAI: More EAI to SAI updates. 2013-11-30 17:25:53 -03:30
Malcrom
3452cdef37 DB/SAI: More EAI to SAI 2013-11-30 15:58:18 -03:30
Malcrom
07c98d6c57 DB/SAI: more EAI to SAI updates. 2013-11-30 01:28:55 -03:30
Malcrom
84c0fec103 DB/SAI: More EAI to SAI conversions. 2013-11-29 21:12:27 -03:30
jackpoz
ff20596933 Core/World: Remove unused code
Remove unused code added in f20b25d1c9
2013-11-29 22:37:31 +01:00
jackpoz
24db2a5e1f Core/RBAC: Fix rare NULL dereference
Fix a rare NULL dereference happening if 'rbac_default_permissions' table has secId "255" as first row.
2013-11-29 21:06:21 +01:00
jackpoz
6aaa7d9ed0 Merge branch 'master' of github.com:TrinityCore/TrinityCore 2013-11-29 20:59:06 +01:00
jackpoz
3b471f495c Core/Transports: Log an error if a Transport has no GameObject template
Log an error if a Transport has no GameObject template from `gameobject_template` table instead of dereferencing NULL .
2013-11-29 20:57:51 +01:00
Shauren
b27f2f753b Merge pull request #11272 from gerripeach/pull_request6
Core/BG: Isle of Conquest - fix worldstates
2013-11-29 11:52:16 -08:00
jackpoz
4416c16045 Core/Scripts: Fix possible NULL dereferences
Fix possible NULL dereferences probably caused by a typo.
2013-11-29 20:48:45 +01:00
Malcrom
0bac181a40 DB/SAI: EAI to SAI to kill flee in a few npcs. 2013-11-29 14:18:05 -03:30
Malcrom
7631280a60 DB/SAI: fix a couple SAI errors found by Aokromes. 2013-11-29 13:46:33 -03:30
Malcrom
861afd7228 DB/SAI: More EAI to SAI conversions 2013-11-29 12:55:05 -03:30
Malcrom
343f84115a DB/SAI: Fix error from EAI. 2013-11-29 12:06:34 -03:30
Malcrom
c620c30861 DB/SAI: More EAI to SAI conversions 2013-11-29 12:03:07 -03:30
Malcrom
38bc2a4b5c Scripting/hinterlands: Fixed a script error involving creature_text 2013-11-29 07:35:08 -03:30
gerripeach
aef2d39631 Core/BG: Isle of Conquest - fix worldstates
-sometimes not all worldstates were shown correctly
2013-11-29 17:07:15 +08:00
Malcrom
7b172ff062 Db/SAI: Fix some errors found by Aokromes. 2013-11-29 02:31:49 -03:30
joschiwald
6a7067f766 Scripts: fix some issues found by static code analysis (also fix 2 startup errors) 2013-11-28 20:19:57 +01:00
jackpoz
788c8693a4 Core/Transports: Remove unused field
Remove unused Transport::_moveTimer field, static analysis complains about it being uninitialized.
2013-11-28 20:05:36 +01:00
Malcrom
89c5496de9 Scripting/Dragon Blight: A little cleanup to last commit. 2013-11-28 11:38:11 -03:30
Malcrom
90334fe200 Scripting/Torturer LeCraft: Move SAI script for Torturer LeCraft to cpp to make it work properly. 2013-11-28 10:44:27 -03:30
Malcrom
62b3cb56e3 DB/SAI: More EAI to SAI updates. 199 left :) 2013-11-28 00:04:11 -03:30
Malcrom
c071f4207d DB/SAI: More EAI to SAI updates. 2013-11-27 22:50:06 -03:30
Malcrom
dacbb6d6eb DB/SAI: More EAI to SAI updates. 2013-11-27 21:08:51 -03:30
Malcrom
0ad65249fb DB/SAI: More EAI to SAI updates. 2013-11-27 20:34:58 -03:30
joschiwald
84dfe3c24a DB/Spawns: add npcs on turtle "Green Island" and "Walker of Waves" 2013-11-27 20:31:43 +01:00
Malcrom
a01c25dae4 DB/SAI: Fix error in previous commit. 2013-11-27 15:46:09 -03:30
Vincent_Michael
ff1d9eec02 DB/SAI: Fix db startup error 2013-11-27 20:10:53 +01:00
Malcrom
b3470c805b DB/SAI: More EAI to SAI updates. 2013-11-27 15:22:09 -03:30
Malcrom
72383bd115 DB/SAI: More EAI to SAI updates. 2013-11-27 13:31:16 -03:30
Malcrom
b66e0e8326 DB/SAI: Fix last commit. 2013-11-27 12:24:19 -03:30
Malcrom
1f73fe8f5e DB/SAI: More EAI to SAI conversions 2013-11-27 12:17:06 -03:30
Malcrom
c4eaba5f43 DB/areatrigger_tavern: Update sql in last commit to make it reinsertable. 2013-11-27 09:32:01 -03:30
Malcrom
bf2d17d867 DB/areatrigger_tavern: Add missing trigger for Grom'arsh Crash-Site.
By Aokromes
2013-11-27 09:30:00 -03:30
joschiwald
1196b93e94 Core: fix build 2013-11-26 18:14:01 +01:00
joschiwald
e353bc492b Scripts/UtgardePinnacle: cleanup InstanceScript 2013-11-26 16:43:14 +01:00
joschiwald
00d5c59f5b Scripts/Arcatraz: cleanup InstanceScript to make it work with BossAI 2013-11-26 15:38:02 +01:00
Vincent_Michael
b069ade49b DB/Loot: Fix pilgrims bounty loot for cooking book 2013-11-25 19:50:23 +01:00
Shauren
b100769cc0 Core/Guilds: Fixed gold in bank not being updated clientside after withdrawing/depositing into a bank that has no tabs purchased
Closes #5787
2013-11-25 16:25:12 +01:00
Shauren
172d3197bc Core/Guilds: Fixed an issue with withdrawing money from guild bank as guild master if the guild was created using a gm command
Closes #11262
2013-11-25 16:23:55 +01:00