diff options
| author | Drahy <none@none> | 2009-07-27 08:06:13 +0200 |
|---|---|---|
| committer | Drahy <none@none> | 2009-07-27 08:06:13 +0200 |
| commit | 67250953ba4e17b6b2e2dbc90448f8607a351387 (patch) | |
| tree | d9a51a8494dcf6cb95749190b787cfc1fcb9eeef /sql/updates/4544_world.sql | |
| parent | afd5658de56d471f0e364f19ed13cccc84175d39 (diff) | |
* Continuing cleaning sql
* Used trinity sql coding style
* Now complete
--HG--
branch : trunk
Diffstat (limited to 'sql/updates/4544_world.sql')
| -rw-r--r-- | sql/updates/4544_world.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/4544_world.sql b/sql/updates/4544_world.sql index 90f7e193f15..ab92495e48b 100644 --- a/sql/updates/4544_world.sql +++ b/sql/updates/4544_world.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_sinkhole_kill_credit' WHERE (`entry`='26248') or (`entry`='26249'); UPDATE `item_template` SET `ScriptName`='item_incendiary_explosives' WHERE (`entry`='35704'); -UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250'); +UPDATE `creature_template` SET `flags_extra`='2' WHERE (`entry`='26250');
\ No newline at end of file |
