diff options
| author | Spp <spp@jorge.gr> | 2013-02-04 16:52:43 +0100 |
|---|---|---|
| committer | Spp <spp@jorge.gr> | 2013-02-04 16:52:43 +0100 |
| commit | 61979f85918ed7acda19075d3a3201ad15bbcaea (patch) | |
| tree | 0b0df1faf4d72783b0e26c1bb1ddda0ed93f7376 /sql | |
| parent | 30e1516387809e2ce255c36c182dc4774997acf5 (diff) | |
Scripts/Player: Add OnMapChanged to PlayerScripts (after map changed)
Core/Dungeon Finder: Use OnMapChanged script to cast/remove Luck of the draw
- Also move code to force party update to LfgPlayerScript
- Remove some obsolete Lfg code after recent commits
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_02_04_05_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2013_02_04_05_world_spell_script_names.sql b/sql/updates/world/2013_02_04_05_world_spell_script_names.sql new file mode 100644 index 00000000000..055e4b1d77d --- /dev/null +++ b/sql/updates/world/2013_02_04_05_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=72221; |
