diff options
| author | Discover- <amort11@hotmail.com> | 2011-12-25 17:17:28 +0100 |
|---|---|---|
| committer | Discover- <amort11@hotmail.com> | 2011-12-25 17:17:28 +0100 |
| commit | 9b8d18e7cd09625ba5b24355a3ca88b83125fd11 (patch) | |
| tree | d7734ec5260649595e92860152892a3667057d6d /sql | |
| parent | dbcccbbb44cd331ab5ad31361b2fa4a6f12990bc (diff) | |
Scripts/Quests: Add a double check in summoning for two of my previous scripts, as well as revert changing WDB data.
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2011_12_25_03_world_misc.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2011_12_25_03_world_misc.sql b/sql/updates/world/2011_12_25_03_world_misc.sql index 2a2c26d1874..a8967354a3d 100644 --- a/sql/updates/world/2011_12_25_03_world_misc.sql +++ b/sql/updates/world/2011_12_25_03_world_misc.sql @@ -1,3 +1,3 @@ -- The Thunderspike -UPDATE `gameobject_template` SET `AIName`='',`ScriptName`='go_thunderspike',`data3`=0 WHERE `entry`=184729; -- data3 was `event_scripts`.`id` +UPDATE `gameobject_template` SET `AIName`='',`ScriptName`='go_thunderspike' WHERE `entry`=184729; DELETE FROM `event_scripts` WHERE `id`=13685; |
